input[type=checkbox], input[type=radio] {
    padding: 20px;
    margin: 5px 15px;
    border-radius: 50%;
    display: inline-block;
    position: relative;
    width: 44px;
    appearance: none;
    border: 2px solid #000;
    height: 30px;
    vertical-align: middle;
}


input[type=checkbox]:checked:after,
input[type=radio]:checked:after {
    font-size: 38px;
    position: absolute;
    /* top: 2px; */
    /* left: 6px; */
    top: -10px;
    left: 10px;
    color: #323133;
    font-weight: 400;
}
input[type="radio"]:checked {
    background-color: #007bff;
    background-clip: content-box;
    padding: 3px;
    height: 45px;
    width: 45px;
}
button#SubmitButton {
    background: #d30f64;
    border: none;
    margin-top: 1rem;
}
label {
    font-family: 'Inter-Regular' !important;
    font-size: 1.5rem;
    vertical-align: middle;
}
legend.eligibility-check-legend {
    font-size: 2rem;
    font-family: "Inter-Bold";
    color: #000;
}